home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / dice / dice.txt < prev    next >
Encoding:
Text File  |  1995-12-22  |  510 b   |  22 lines

  1. This is a free 'Dice' VCL created by Zane Rathwick (CIS 74633,1314).  
  2.  
  3. The methods and properties are listed below.
  4.  
  5. Properties:
  6.  
  7. BackColor: TColor
  8.     Specifies the backbround color behind the 'Die' (ie the form color)
  9.  
  10. DiceColor: TColor
  11.     Specifies the actual color of the 'Die'
  12.  
  13. Value: Integer
  14.     Specifies the number of dots on the 'Die' (0-6)
  15.  
  16.  
  17. Methods:
  18.  
  19. Roll:    Assigns a random value to the 'Die' (ie Dice1.roll)
  20.     The random number generator should be seeded before
  21.     calling this method.
  22.